home *** CD-ROM | disk | FTP | other *** search
/ Creating Your Own America Online Web Pages / Creating Your Own America Online Web Pages.iso / TOOLS / TEX2RTF / SOURCES.ZIP / SRC / MATHS.CC < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-24  |  266 b   |  14 lines

  1. /*
  2.  * File:     maths.cc
  3.  * Purpose:  Beginnings of a maths parser for LaTeX.
  4.  *           NOT IMPLEMENTED. I'm still thinking how best to do this...
  5.  *
  6.  */
  7.  
  8. #include <wx.h>
  9. #include <ctype.h>
  10. #include "tex2any.h"
  11. #include <stdlib.h>
  12. #include <time.h>
  13.  
  14.